home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light ROM 1
/
LIGHT-ROM 1 (Amiga Library Services)(1994).iso
/
ffdisks
/
d926.lha
/
JcGraph
/
Rexx
/
RotPreSet3.rex
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1993-10-07
|
328 b
|
14 lines
/* RotPreSet3.rex */
/* -------------- */
/* Description: Will set the X,Y and Z rotation value previously set */
/* with 'Set3' button. */
options results
address 'JCGRAPH'
if open('Preset','T:RotPreset3','R') then do
Rotation=readln('Preset')
'SetRotation ' Rotation
end